Uses of Class
com.google.crypto.tink.PemKeyType
-
Packages that use PemKeyType Package Description com.google.crypto.tink com.google.crypto.tink.signature -
-
Uses of PemKeyType in com.google.crypto.tink
Methods in com.google.crypto.tink that return PemKeyType Modifier and Type Method Description static PemKeyTypePemKeyType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static PemKeyType[]PemKeyType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of PemKeyType in com.google.crypto.tink.signature
Methods in com.google.crypto.tink.signature with parameters of type PemKeyType Modifier and Type Method Description SignaturePemKeysetReader.BuilderSignaturePemKeysetReader.Builder. addPem(java.lang.String pem, PemKeyType keyType)Adds a PEM.
-