Uses of Enum
com.helger.phase4.crypto.ECryptoKeyIdentifierType
Packages that use ECryptoKeyIdentifierType
-
Uses of ECryptoKeyIdentifierType in com.helger.phase4.crypto
Fields in com.helger.phase4.crypto declared as ECryptoKeyIdentifierTypeModifier and TypeFieldDescriptionstatic final ECryptoKeyIdentifierTypeAS4CryptParams.DEFAULT_KEY_IDENTIFIER_TYPEstatic final ECryptoKeyIdentifierTypeAS4SigningParams.DEFAULT_KEY_IDENTIFIER_TYPEMethods in com.helger.phase4.crypto that return ECryptoKeyIdentifierTypeModifier and TypeMethodDescriptionstatic ECryptoKeyIdentifierTypeECryptoKeyIdentifierType.getFromIDOrDefault(String sID, ECryptoKeyIdentifierType eDefault) static ECryptoKeyIdentifierTypeECryptoKeyIdentifierType.getFromIDOrNull(String sID) static ECryptoKeyIdentifierTypeECryptoKeyIdentifierType.getFromIDOrThrow(String sID) static ECryptoKeyIdentifierTypeECryptoKeyIdentifierType.getFromTypeIDOrNull(int nTypeID) final ECryptoKeyIdentifierTypeAS4CryptParams.getKeyIdentifierType()final ECryptoKeyIdentifierTypeAS4SigningParams.getKeyIdentifierType()static ECryptoKeyIdentifierTypeReturns the enum constant of this type with the specified name.static ECryptoKeyIdentifierType[]ECryptoKeyIdentifierType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.helger.phase4.crypto with parameters of type ECryptoKeyIdentifierTypeModifier and TypeMethodDescriptionstatic ECryptoKeyIdentifierTypeECryptoKeyIdentifierType.getFromIDOrDefault(String sID, ECryptoKeyIdentifierType eDefault) final AS4CryptParamsAS4CryptParams.setKeyIdentifierType(ECryptoKeyIdentifierType eKeyIdentifierType) Set the key identifier type to use.final AS4SigningParamsAS4SigningParams.setKeyIdentifierType(ECryptoKeyIdentifierType eKeyIdentifierType) Set the key identifier type to use.