| Returns the name of the encoding format associated with this
key specification.
If the opaque representation of a key
(see
java.security.Key Key ) can be generated
(see
java.security.KeyFactory KeyFactory )
from this key specification (or a subclass of it),
getFormat called
on the opaque key returns the same value as the
getFormat method
of this key specification.
a string representation of the encoding format. |