Uses of Class
de.gematik.ti.vauchannel.protocol.helpers.Identity
-
Packages that use Identity Package Description de.gematik.ti.vauchannel.protocol.helpers -
-
Uses of Identity in de.gematik.ti.vauchannel.protocol.helpers
Methods in de.gematik.ti.vauchannel.protocol.helpers that return Identity Modifier and Type Method Description static IdentityIdentity. generateSelfSigned_ECC()static IdentityIdentity. generateSelfSigned_RSA()static IdentityKeyProvider. getIdentity(byte[] p12Bytes, java.lang.String p12Password, java.lang.String privateKeyPassword)static IdentityKeyProvider. getIdentity(java.lang.String p12Password, java.lang.String privateKeyPassword, java.lang.String p12Path)Constructors in de.gematik.ti.vauchannel.protocol.helpers with parameters of type Identity Constructor Description VAUProtocolCryptoImpl(boolean doValidateAuthorizationAssertion, boolean ecc, Identity eeIdentity, java.security.cert.X509Certificate caCertificate, Identity ocspSignerIdentity)VAUProtocolCryptoImpl(boolean ecc, Identity eeIdentity)VAUProtocolCryptoImpl(boolean ecc, Identity eeIdentity, java.security.cert.X509Certificate caCertificate, Identity ocspSignerIdentity)
-