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 SSLSignatureSchemeSSLChannelInfo.signatureSchemeSignature scheme used.private SSLSignatureSchemeSSLPreliminaryChannelInfo.signatureSchemeSignature 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 SSLSignatureSchemeSSLSignatureScheme.valueOf(int value) Returns the enum constant of this class with the specified name.static SSLSignatureSchemeReturns 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.