Package io.jans.as.model.util
Class SubjectIdentifierGenerator
- java.lang.Object
-
- io.jans.as.model.util.SubjectIdentifierGenerator
-
public class SubjectIdentifierGenerator extends Object
- Version:
- July 31, 2016
- Author:
- Javier Rojas Blum
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static String
generatePairwiseSubjectIdentifier(String sectorIdentifier, String localAccountId, String key, String salt, AppConfiguration configuration)
-
-
-
Method Detail
-
generatePairwiseSubjectIdentifier
public static String generatePairwiseSubjectIdentifier(String sectorIdentifier, String localAccountId, String key, String salt, AppConfiguration configuration) throws KeyStoreException, CryptoProviderException
-
-