CryptographicStandard

Inheritance: java.lang.Object, java.lang.Enum < CryptographicStandard > com.aspose.pdf.CryptographicStandard, java.lang.Enum < CryptographicStandard >, com.aspose.pdf.CryptographicStandard

All Implemented Interfaces: Serializable, Comparable < CryptographicStandard >

public enum CryptographicStandard extends Enum < CryptographicStandard >

/ * / * The {@code Aspose.Pdf.Security } namespace contains classes used for encryption and digital signing. / * /

Fields

FieldDescription
Pkcs1Public-Key Cryptography Standards (PKCS) #1
Pkcs7Public-Key Cryptography Standards (PKCS) #7
Rfc3161Public Key Infrastructure Time-Stamp Protocol (TSP, rfc3161).

Methods

MethodDescription
getByValue
getValue
valueOfReturns the enum constant of this type with the specified name.
valuesReturns an array containing the constants of this enum type, in the order they are declared.

Pkcs1

public static final CryptographicStandard Pkcs1

Public-Key Cryptography Standards (PKCS) #1

Pkcs7

public static final CryptographicStandard Pkcs7

Public-Key Cryptography Standards (PKCS) #7

Rfc3161

public static final CryptographicStandard Rfc3161

Public Key Infrastructure Time-Stamp Protocol (TSP, rfc3161).

getByValue

public static CryptographicStandard getByValue(int value)

Parameters:

ParameterTypeDescription
value

getValue

public int getValue()

valueOf

Returns the enum constant of this type with the specified name.

values

public static CryptographicStandard [] values()

Returns an array containing the constants of this enum type, in the order they are declared.

Returns: an array containing the constants of this enum type, in the order they are declared