Search

Interface java.security.Key

Extends java.lang.Object

This class is not in the plugin metadata. Using it may work, and could depend on the vRO appliance setup.

Attributes

Name Type Description
serialVersionUID Number

Methods

Name Returns
getAlgorithm() String
getEncoded() Number[]
getFormat() String

Returned by

Method Returns
java.security.KeyStore.getKey(String , char[] ) java.security.Key
javax.crypto.Cipher.unwrap(Number[] , String , Number ) java.security.Key
javax.xml.crypto.KeySelectorResult.getKey() java.security.Key

Referenced in

Method Returns
java.security.AlgorithmConstraints.permits(java.util.Set , java.security.Key ) boolean
java.security.AlgorithmConstraints.permits(java.util.Set , String , java.security.Key , java.security.AlgorithmParameters ) boolean
java.security.KeyStore.setKeyEntry(String , java.security.Key , char[] , java.security.cert.Certificate[] ) void
javax.crypto.Cipher.init(Number , java.security.Key ) void
javax.crypto.Cipher.init(Number , java.security.Key , java.security.SecureRandom ) void
javax.crypto.Cipher.init(Number , java.security.Key , java.security.spec.AlgorithmParameterSpec ) void
javax.crypto.Cipher.init(Number , java.security.Key , java.security.spec.AlgorithmParameterSpec , java.security.SecureRandom ) void
javax.crypto.Cipher.init(Number , java.security.Key , java.security.AlgorithmParameters ) void
javax.crypto.Cipher.init(Number , java.security.Key , java.security.AlgorithmParameters , java.security.SecureRandom ) void
javax.crypto.Cipher.wrap(java.security.Key ) Number[]
javax.crypto.ExemptionMechanism.init(java.security.Key ) void
javax.crypto.ExemptionMechanism.init(java.security.Key , java.security.spec.AlgorithmParameterSpec ) void
javax.crypto.ExemptionMechanism.init(java.security.Key , java.security.AlgorithmParameters ) void
javax.crypto.ExemptionMechanism.isCryptoAllowed(java.security.Key ) boolean
javax.crypto.Mac.init(java.security.Key ) void
javax.crypto.Mac.init(java.security.Key , java.security.spec.AlgorithmParameterSpec ) void
javax.xml.crypto.KeySelector.singletonKeySelector(java.security.Key ) javax.xml.crypto.KeySelector