Uses of Enum Class
org.mozilla.jss.ssl.SSLSignatureScheme
Packages that use SSLSignatureScheme
-
Uses of SSLSignatureScheme in org.mozilla.jss.nss
Fields in org.mozilla.jss.nss declared as SSLSignatureSchemeModifier and TypeFieldDescriptionprivate SSLSignatureScheme
SSLChannelInfo.signatureScheme
Signature scheme used.private SSLSignatureScheme
SSLPreliminaryChannelInfo.signatureScheme
Signature scheme used.Methods in org.mozilla.jss.nss that return SSLSignatureSchemeModifier and TypeMethodDescriptionSSLChannelInfo.getSignatureScheme()
Gets the value of signatureScheme.SSLPreliminaryChannelInfo.getSignatureScheme()
Gets the value of signatureScheme; throws an exception when the value isn't yet available. -
Uses of SSLSignatureScheme in org.mozilla.jss.ssl
Methods in org.mozilla.jss.ssl that return SSLSignatureSchemeModifier and TypeMethodDescriptionstatic SSLSignatureScheme
SSLSignatureScheme.valueOf
(int value) Returns the enum constant of this class with the specified name.static SSLSignatureScheme
Returns the enum constant of this class with the specified name.static SSLSignatureScheme[]
SSLSignatureScheme.values()
Returns an array containing the constants of this enum class, in the order they are declared.