Uses of Enum Class
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 @Nullable ECryptoKeyIdentifierTypeECryptoKeyIdentifierType.getFromIDOrDefault(@Nullable String sID, @Nullable ECryptoKeyIdentifierType eDefault) static @Nullable ECryptoKeyIdentifierTypeECryptoKeyIdentifierType.getFromIDOrNull(@Nullable String sID) static @NonNull ECryptoKeyIdentifierTypeECryptoKeyIdentifierType.getFromIDOrThrow(@Nullable String sID) static @Nullable ECryptoKeyIdentifierTypeECryptoKeyIdentifierType.getFromTypeIDOrNull(int nTypeID) final @NonNull ECryptoKeyIdentifierTypeAS4CryptParams.getKeyIdentifierType()final @NonNull ECryptoKeyIdentifierTypeAS4SigningParams.getKeyIdentifierType()static ECryptoKeyIdentifierTypeReturns the enum constant of this class with the specified name.static ECryptoKeyIdentifierType[]ECryptoKeyIdentifierType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.helger.phase4.crypto with parameters of type ECryptoKeyIdentifierTypeModifier and TypeMethodDescriptionstatic @Nullable ECryptoKeyIdentifierTypeECryptoKeyIdentifierType.getFromIDOrDefault(@Nullable String sID, @Nullable ECryptoKeyIdentifierType eDefault) final @NonNull AS4CryptParamsAS4CryptParams.setKeyIdentifierType(@NonNull ECryptoKeyIdentifierType eKeyIdentifierType) Set the key identifier type to use.final @NonNull AS4SigningParamsAS4SigningParams.setKeyIdentifierType(@NonNull ECryptoKeyIdentifierType eKeyIdentifierType) Set the key identifier type to use.