Class AttestedKeyPairFactory


  • public class AttestedKeyPairFactory
    extends java.lang.Object
    Factory to create AttestedKeyPair.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static android.security.AttestedKeyPair create​(java.security.KeyPair keyPair, java.security.cert.Certificate[] attestationRecord)
      Create AttestedKeyPair.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AttestedKeyPairFactory

        public AttestedKeyPairFactory()
    • Method Detail

      • create

        public static android.security.AttestedKeyPair create​(java.security.KeyPair keyPair,
                                                              java.security.cert.Certificate[] attestationRecord)
        Create AttestedKeyPair.